home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / masaofis / NU / RUNME.EXE / TROUBLE.TX^ < prev    next >
Text File  |  1998-06-23  |  18KB  |  436 lines

  1. This document provides general support for possible problems with the
  2. Rescue Disk program. 
  3.  
  4.  
  5. Rescue problems generally fall into 2 categories, with sub 
  6. categories...
  7.  
  8. Problems creating the rescue zip set (covered in Part I of this 
  9. document)
  10.             a) Initializing problems
  11.             b) File copying problems
  12.  
  13. Problems booting from the rescue set. (covered in Part II of this 
  14. document)
  15.             a) Driver problems
  16.             b) Missing files problems 
  17.  
  18.  
  19.  
  20. Part I: 
  21.  
  22.  
  23. Initializing problems
  24. *********************
  25.  
  26. Problem: When I run Rescue, it reports that I have no zip drive on my
  27. system.
  28.  
  29. Solution: If your zip drive is properly connected, and you are still getting
  30. this message, then download and install the latest set of Zip Tools from 
  31. Iomega's website at http://www.iomega.com. Then run rescue again.
  32.  
  33.  
  34. Problem: My a: drive doesn't show up on the list of drives on the 
  35. Rescue window.
  36.  
  37. Solution: You may have a 5.25" drive set as the a: drive. Rescue will
  38. only work on 3.5" (1.44 Meg) floppy drives set as the a: drive. If you
  39. have a 5.25" floppy drive as the a: drive and a 3.5" floppy drive configured
  40. as the b: drive, reassign the drive letter designations so that the floppy
  41. drive letters are switched. 
  42.  
  43. Setting up your zip drive as a bootable a: drive is also supported. 
  44. This eliminates the need for a bootable floppy diskette. (Note: Only 
  45. some BIOSes support this feature) 
  46.  
  47.  
  48. Problem: When I run Rescue, it freezes up the computer while Rescue is 
  49. initializing and I have to reboot to get the computer working again.
  50.  
  51. Solution: You can have freezing problems, or crashes, with rescue for a 
  52. few reasons
  53.  
  54. 1. Corrupted rescue files.
  55. 2. Program conflicts.
  56. 3. Registry problems.
  57.  
  58.  
  59. To resolve problems with corrupted rescue files, do the following:
  60.  
  61. a) Uninstall Norton Utilities from Add/Remove Programs in the Control Panel.
  62. b) Delete the Norton Utilities folder under the Program Files folder, if
  63. it's still there.
  64. c) Close all programs down before installing the program again. To check if 
  65. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  66. produce a Close Programs box. Inside this box should only be one or two
  67. applications, namely Explorer and Systray. (Note: On some systems, it may be
  68. shown as Windows Explorer.)
  69. d) Once all programs are closed, install Norton Utilities again.
  70.  
  71.  
  72. To resolve problems with program conflicts:
  73.  
  74. a) Close all programs down before running the program again. To check if 
  75. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  76. produce a Close Programs box. Inside this box should only be one or two
  77. applications, namely Explorer and Systray. (Note: On some systems, it may be
  78. shown as Windows Explorer.)
  79. b) Click on the windows Start button, click on RUN, and type the following:
  80. RESCUE32 /RESET
  81. c) When you click on the OK button, the Rescue Disk window should appear. 
  82.  
  83.  
  84. To resolve problems with the registry:
  85.  
  86. a) You'll need to use a utility program, such as the Optimization Wizard, 
  87. to keep the registry in proper condition so that programs may run correctly.
  88.  
  89.  
  90. Problem: Rescue says my Zip drive is attached to an unsupported adapter.
  91.  
  92. Solution: Rescue uses the Registry to store information about the adapters 
  93. that it supports. You can add entries to the Registry to support any adapter,
  94. as long as you have the real-mode (also known as DOS mode) drivers for it.
  95.  
  96. When Rescue detects a Zip drive attached to an adapter for which it has no
  97. real-mode drivers, it creates a skeleton .REG file that can be used to add
  98. the necessary registry entries. The file is created in the Norton Utilities
  99. folder (usually C:\Program Files\Norton Utilities), and is called 
  100. ZipAdapter?.reg. The ? is a digit corresponding to the Zip drive's drive
  101. letter. Here is a sample of the ZipAdapter?.reg file:
  102.  
  103. REGEDIT4
  104. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\3.0\Setup\Zip 
  105. Adapters\Your Adapter]
  106.  
  107. "L0"=""
  108. "F0"=""
  109.  
  110. The L0 -- Ln entries are used to add lines to the CONFIG.SYS file on the
  111. Rescue boot floppy. The F0 -- Fn entries specify what files to copy to the
  112. Rescue boot floppy.
  113.  
  114. If you have an IDE or ATAPI Zip drive, and you receive this error message,
  115. you can fix this by specifying the default IDE drivers, which can support
  116. most IDE controllers. To do this, edit the ZipAdapter?.reg file to look like
  117. this:
  118.  
  119. REGEDIT4
  120. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\3.0\Setup\Zip 
  121. Adapters\Your Adapter]
  122.  
  123. "L0"="DEVICEHIGH=ASPIIDE.SYS"
  124. "L1"="DEVICEHIGH=ASPIATAP.SYS"
  125. "F0"="ASPIIDE.SYS"
  126. "F1"="ASPIATAP.SYS"
  127.  
  128. To merge the .REG file into the Registry, double-click the file.
  129.  
  130. If you receive this message and you have a SCSI Zip or Jaz drive, contact 
  131. the adapter manufacturer for the correct real-mode drivers. (They may 
  132. already be on your system.) You must have the real-mode drivers, not the
  133. protected-mode drivers, for Rescue to work.
  134.  
  135. NOTE:
  136. Add the files to the Norton Zip Rescue folder. Do not specify paths in
  137. the Fx or Lx lines of the .REG file.
  138.  
  139. For example, here is a ZipAdapter5.reg file modified for an unsupported SCSI
  140. adapter:
  141.  
  142. REGEDIT4
  143.  
  144. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\3.0\Setup\Zip 
  145. Adapters\fd16_700]
  146.  
  147. "L0"="DEVICE=MCAM18XX.SYS"
  148. "L1"="DEVICE=ASPIDISK.SYS /G"
  149. "F0"="MCAM18XX.SYS"
  150. "F1"="ASPIDISK.SYS"
  151.  
  152. NOTE:
  153. The "your adapter" section in the examples above will be replaced with the
  154. adapter's name, as in the last example above.
  155.  
  156.  
  157. Finding drivers for unsupported SCSI controllers
  158. ************************************************
  159.  
  160. Some SCSI controllers require their own drivers. If those drivers are not
  161. present, then run the SCSI utility that came with the SCSI controller to 
  162. find these drivers so you can include them in the ZipAdapter Registry import
  163. file. Since Windows 95 does not require these real-mode DOS drivers, they
  164. are often not installed on the computer. Typically, they are found under
  165. the DOS/Windows 3.x category. When you run the SCSI utility, it will install
  166. the drivers on the hard drive (usually to a folder called SCSI) and add the
  167. device lines to the CONFIG.SYS file.
  168.  
  169. For example, an unsupported Adaptec 1520 SCSI controller requires the
  170. following drivers and device load lines in order to access SCSI devices
  171. in DOS mode:
  172.  
  173. device=C:\SCSI\aspi2dos.sys /d /p340 /q11
  174. device=C:\SCSI \aspidisk.sys /d
  175.  
  176. NOTE:
  177. The /p and /q numbers will vary from system to system.
  178.  
  179. To access the SCSI Zip drive in DOS and thereby enable Zip Rescue to
  180. function, create the following Zipadaper?.reg file and copy the necessary
  181. driver files (the F0 and F1 entries) to the Norton Utilities folder.
  182.  
  183. REGEDIT4
  184. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\3.0\Setup\Zip
  185. Adapters\Adaptec 1520]
  186.  
  187. "L0"="aspi2dos.sys /d /p340 /q11"
  188. "L1"="aspidisk.sys /d"
  189. "F0"="aspi2dos.sys "
  190. "F1"="aspidisk.sys"
  191.  
  192.  
  193. File copying problems
  194. *********************
  195.  
  196. Problem: When I hit the Create button, rescue reports that "Certain Files
  197. could not be copied." What do I do?
  198.  
  199. Solution: On that message, you should see a Details button. If you click on
  200. this button, another screen should appear with a list of files that could
  201. not be copied. Click on the plus sign next to each file to find out why the
  202. file could not be copied to the zip disk.
  203.  
  204. If the reason is "file not found," do a search for the requested file(s) to
  205. see whether it exists on the drive. If the file(s) is not on the hard drive,
  206. proceed with the creation of the rescue set as the file(s) may not be
  207. necessary. After all the files are copied over to the zip disk, you'll be
  208. asked to reboot to test the rescue set.
  209.  
  210. Problem: Rescue reports that PARTINFO.DAT cannot be copied over to the zip
  211. disk.
  212.  
  213. Solution: PARTINFO.DAT is the file that stores a copy of the partition data
  214. on your computer. If you have an IDE or ATAPI zip drive, make sure it is not 
  215. configured in the BIOS settings as it can cause this error to appear. You can
  216. look at these settings from a setup program that can run when your computer
  217. is booting up. Usually, you will see a message on bootup to enter a setup 
  218. utility by pressing F1 or Del. It is from this program that you can see 
  219. whether the zip drive is listed among devices attached to the IDE ports on
  220. your computer. You can set up the port that contains the zip drive to NONE,
  221. instead of AUTO, to stop the BIOS configuration of the zip drive from
  222. occuring.
  223.  
  224. Note: this error is also common if you have security software like Your
  225. Eyes Only, or if you have NTFS partitions on the hard drive.
  226.  
  227.  
  228. Problem: When rescue starts to copy files over, I see a Disk Write Error
  229. message on the screen.
  230.  
  231. Solution: The zip disk or the floppy diskette may be physically damaged.
  232.  
  233. Try to full format the floppy. Double-click on My Computer and right-click
  234. on the a: drive. Choose Format, followed by Full Format on the next screen.
  235. If the format procedure fails, the disk (or drive) is likely damaged. 
  236.  
  237. To do a Full (or Long) Format on a zip disk you must have Zip Tools installed. 
  238. If you don't already have them installed, you can obtain them from Iomega's
  239. website at http://www.iomega.com. Once you have Zip Tools installed, 
  240. double-click on My Computer and right-click on the Zip Drive icon, which 
  241. should be blue and read ZIP100. Choose Format, followed by Full/Long format.
  242. If the format procedure doesn't complete, the disk (or drive) is probably
  243. damaged.
  244.  
  245.  
  246. Part II:
  247.  
  248.  
  249. Driver problems
  250. ***************
  251.  
  252. Problem: When I bootup from my Zip Rescue set, I see a message that the Zip
  253. drivers are not installed and that there is an error in the CONFIG.SYS file. 
  254.  
  255. Solution: This is most likely a driver, configuration, or controller issue. 
  256. Rescue in Windows uses a protected-mode driver for the Zip drive. When 
  257. booting from the Rescue diskette, however, it must use the real-mode DOS 
  258. drivers. Follow these steps to check whether any of these drivers from the 
  259. CONFIG.SYS file on the Rescue boot floppy are failing to load:
  260.  
  261. 1. Start the computer with the Rescue floppy and Zip disk inserted.
  262. 2. When the system displays the blue logo screen, press Esc to dismiss the 
  263. screen.
  264. 3. Watch the messages displayed by the drivers as they load
  265.  
  266.  
  267. Parallel Zip drives
  268. *******************
  269.  
  270. Try connecting the Zip Drive directly to the parallel port. Disconnect any 
  271. other devices attached to the zip drive, as well, as these conditions can 
  272. prevent the driver from finding the zip drive.
  273.  
  274. Parallel Zip drives require a parallel port chipset driver. If you look at 
  275. the CONFIG.SYS file on the Rescue diskette, you will see a line that reads:
  276.  
  277. DEVICEHIGH=ASPIPPM1.SYS FILE=SMC.ILM
  278.  
  279. or something similar. The key is the ILM driver after the second = sign; this
  280. is the driver that will provide optimum performance from your parallel port 
  281. chipset. In some cases, the parallel port chipset will not function correctly
  282. in optimized mode. In this case, change the .ILM driver to the most generic
  283. type, which should work with almost any chipset. To do this, use one of these
  284. procedures:
  285.  
  286.  
  287. If the CONFIG.SYS line is installing ASPIPPM1.SYS, change it to read:
  288. DEVICEHIGH=ASPIPPM1.SYS FILE=NIBBLE.ILM
  289.  
  290. If the CONFIG.SYS line is installing ASPIPPM2.SYS, change it to read:
  291. DEVICEHIGH=ASPIPPM2.SYS FILE=NIBBLE2.ILM
  292.  
  293.  
  294. NOTE:
  295. Some BIOSes (like Award) allow you to set various parallel drivers in the
  296. system setup or CMOS. Changing this setting to "Standard" often corrects
  297. problems with parallel Zip drives.
  298.  
  299.  
  300. IDE and ATAPI Zip drives
  301. ************************
  302.  
  303. IDE drives use some SCSI drivers too. Sometimes the BIOS or system setup 
  304. detects the drive, which is incorrect; this may prevent the DOS drivers from
  305. loading properly. Set the drive detection to NONE. You may then need to run 
  306. SETUP.EXE from the Iomega Tools disk to reconfigure this drive. You may also 
  307. want to uncheck the INT 13 setting for this drive's properties (right-click
  308. on the drive letter and choose Properties). 
  309.  
  310. NOTE:
  311. Some BIOSes will continue to detect Zip drives even after setting drive 
  312. detection to NONE. To overcome this issue, select TYPE 1, which is incorrect
  313. but it will prevent the Zip drive from being detected. On restart, the BIOS 
  314. will display a drive detection error which you can ignore. Most BIOSes also
  315. have an error detection setting that you can turn off which will prevent the
  316. drive error message from appearing. Zip drive detection in BIOS is a problem
  317. that Iomega and BIOS manufacturers are working on. It seldom affects the Zip
  318. drive in Windows, but almost always causes problems for Zip drives in DOS. 
  319. Since Norton Zip Rescue is designed to rescue you from a Windows crash, 
  320. proper Zip drive functionality in DOS is necessary.
  321.  
  322.  
  323. SCSI Zip drives
  324. ***************
  325.  
  326. SCSI drives need an up-to-date SCSI BIOS, and up-to-date SCSI drivers. Iomega 
  327. supplies Norton Zip Rescue with a number of SCSI adapter files. If Rescue 
  328. fails to find or load your SCSI Zip drive, contact the manufacturer of the
  329. adapter card to find the correct DOS drivers. Also see the "Rescue reports
  330. that my Zip drive is attached to an unsupported adapter" question above for
  331. more information.
  332.  
  333.  
  334.  
  335. Missing Files
  336. *************
  337.  
  338. Problem: When I reboot with the rescue set in place, I am left at a blinking
  339. a: prompt.
  340.  
  341. Solution: The startup files on the rescue floppy diskette were probably
  342. not created correctly, and so the rescue program will need to be reset. 
  343.  
  344. a) Close all programs down before running the program again. To check if 
  345. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  346. produce a Close Programs box. Inside this box should only be one or two
  347. applications, namely Explorer and Systray. (Note: On some systems, it may be
  348. shown as Windows Explorer.)
  349. b) Click on the Start button, choose Run, and type:
  350.  
  351. C:\windows\system\regsvr32 "c:\program files\norton utilities\nursc.dll"
  352.  
  353. and click OK. Correct the path to Windows and Norton Utilities folders,
  354. if necessary. Include the double quotes in the command line. In few seconds,
  355. you should see a dialog stating that the registration has succeeded.
  356.  
  357. c) Click on the Start button, choose Run, and type:
  358.  
  359. C:\windows\system\regsvr32 "c:\program files\norton Utilities\rscfmt.dll"
  360.  
  361. and click OK. Correct the path to Windows and Norton Utilities folders,
  362. if necessary. Include the double quotes in the command line. In few seconds,
  363. you should see a dialog stating that the registration has succeeded.
  364.  
  365. d) Click on the windows Start button, click on RUN, and type the following:
  366. Rescue32 /RESET
  367. e) When you click on the OK button, Rescue Disk window should appear. 
  368.  
  369.  
  370. Problem: When I bootup with the rescue set, I see the a Non-System Disk
  371. error on the screen.
  372.  
  373. Solution: Try creating a new rescue set using a different floppy, if the 
  374. problem persists, reset the rescue program as follows:
  375.  
  376. a) Close all programs down before running the program again. To check if 
  377. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  378. produce a Close Programs box. Inside this box should only be one or two
  379. applications, namely Explorer and Systray. (Note: On some systems, it may 
  380. be shown as Windows Explorer.)
  381. b) Click on the Start button, choose Run, and type:
  382.  
  383. C:\windows\system\regsvr32 "c:\program files\norton Utilities\nursc.dll"
  384.  
  385. and click OK. Correct the path to Windows and Norton Utilities folders,
  386. if necessary. Include the double quotes in the command line. In few seconds,
  387. you should see a dialog stating that the registration has succeeded.
  388.  
  389. c) Click on the Start button, choose Run, and type:
  390.  
  391. C:\windows\system\regsvr32 "c:\program files\norton Utilities\rscfmt.dll"
  392.  
  393. and click OK. Correct the path to Windows and Norton Utilities folders,
  394. if necessary. Include the double quotes in the command line. In few seconds,
  395. you should see a dialog stating that the registration has succeeded.
  396.  
  397. d) Click on the windows Start button, click on RUN, and type the following:
  398. rescue32 /RESET
  399. e) When you click on the OK button, Rescue Disk window should appear. 
  400.  
  401.  
  402. Problem: When I bootup with the rescue set, the floppy drive is accessed for
  403. a moment and the screen freezes.
  404.  
  405. Solution: Try the solution listed to the problem above. If the problem
  406. continues, replace the diskette as the system area on it is probably
  407. faulty.
  408.  
  409.  
  410. Problem: When testing the rescue set, the computer accesses the zip drive for
  411. a minute or so, but ultimately the rescue test fails (from errors, freeze
  412. ups, etc...)
  413.  
  414. Solution: Try creating a Safe Mode rescue set. Run rescue again and click on
  415. the Options button. Then click on the Zip Settings tab and choose Safe Mode.
  416. Create a new rescue set and test it. 
  417.  
  418. Safe Mode doesn't load as many drivers as Normal Mode, making it easier
  419. from which to boot up. However, the functionality of the Rescue Recovery
  420. Wizard remains the same in both modes. 
  421.  
  422.  
  423. Problem: When I test the rescue set, the Rescue Recovery Wizard doesn't
  424. show up.
  425.  
  426. Solution: The Rescue Recovery Wizard should appear automatically. If it
  427. does not, double-click on the shortcut for it at the desktop to start it. 
  428. You can also insert this shortcut, or a copy of it, into the windows StartUp
  429. folder if you want the Rescue Recovery Wizard to pop up automatically.
  430.  
  431.  
  432.  
  433. For additional information and technical support for Norton Zip rescue
  434. please visit Symantec's Technical Support Site at 
  435. http://service.symantec.com/nu
  436.